#############################
#####  Novgorod Events  #####
#######    by Crook   #######
#############################

#Civil War in Novgorod#
event = {
	id = 3583
	random = no
	country = NVG
	name = "EVENTNAME3583"
	desc = "EVENTHIST3583"
	style = 1

	date = { day = 4 month = november year = 1470 }

	action_a ={				#Support Merchant Faction#
		name = "ACTIONNAME3583A"
		command = { type = stability value = -4 }
		command = { type = revoltrisk which = 48 value = 7 }
		command = { type = revolt which = -2 }
		command = { type = revolt which = -1 }
	}
}

#The Empire of Russia#
event = {

	id = 3582
	trigger = {
		owned = { province = 270 data = -1 } # Moscow
		owned = { province = 271 data = -1 } # Vladimir
		owned = { province = 274 data = -1 } # Novgorod
		
		OR = {owned = { province = 278 data = -1 } # Tver
		      owned = { province = 277 data = -1 } # Pskov
		      owned = { province = 268 data = -1 } # Vologda
}
		NOT = { exists = RUS }
		atwar = no
		}
	random = no
	country = NVG
	name = "EVENTNAME3582"
	desc = "EVENTHIST3582"
	style = 2

	date = { day = 1 month = january year = 1480 }
	offset = 30
	deathdate = { day = 30 month = december year = 1820 }

	action_a ={				#Take over the Byzantine Mantle#
		name = "ACTIONNAME3582A"
		command = { type = vp value = 200 }
		command = { type = stability value = 2 }
		command = { type = population which = 270 value = 3000 }
		command = { type = country which = RUS }
		command = { type = capital which = 270 }
		command = { type = sleepevent which = 40045 }
		command = { type = ai which = "russia1.ai" }
	}
}

#Epidemic Plague#
event = {

	id = 40012			
	random = no
	country = NVG
	name = "EVENTNAME40012"
	desc = "EVENTHIST40012"
	style = 1
	
	date = { day = 1 month = december year = 1466 }
	offset = 35
	deathdate = { day = 28 month = february year = 1467 }

	action_a ={				#!#
		name = "ACTIONNAME40012A"
		command = { type = stability value = -1 }
		command = { type = population which = -2 value = -1000 }
		command = { type = provincetax which = -2 value = -1 }
	}
}

#Novgorod#
event = {

	id = 40088
	random = no
	country = NVG
	name = "EVENTNAME40087"
	desc = "EVENTHIST40087"
	style = 1

	action_a ={			
		name = "ACTIONNAME40088A"
		command = { type = relation which = LIT value = -30 }
		command = { type = trigger which = 40089 }
		command = { type = treasury value = -100 }
	}
	action_b ={			
		name = "ACTIONNAME40088B"
		command = { type = stability value = -3 }
		command = { type = relation which = MOS value = -300 }
		command = { type = trigger which = 40090 }
	}
}

#Plague in Novgorod#
event = {
	id = 40101
	random = no
	country = NVG
	trigger = { owned = { province = 274 data = -1 } 
			NOT = { event = 40099 } }
	name = "EVENTNAME40099"
	desc = "EVENTHIST40099"
	style = 2
	date = { day = 1 month = october year = 1552 }
	offset = 30
	deathdate = { day = 1 month = august year = 1553 }

	action_a ={
		name = "ACTIONNAME3726A"
		command = { type = population which = 274 value = -2000 }
		command = { type = provincetax which = 274 value = -1 }
	}
}

###########################
##### Events by Solmyr ####
###########################

#Trade Agreement#
event = {
	id = 40070
	trigger = { exists = U18
		NOT = { war = { country = NVG country = U18 } }
	}
	random = no
	country = NVG
	name = "EVENTNAME40070"
	desc = "EVENTHIST40070"
	style = 1
	date = { day = 1 month = january year = 1421 }
	offset = 300
	action_a ={ #Yes#
        	name = "ACTIONNAME40070A"
        	command = { type = domestic which = mercantilism value = -1 }
        	command = { type = relation which = U18 value = 25 }
        	command = { type = merchants value = 3 }
         	}
        action_b ={ #No#
            name = "ACTIONNAME40070B"
            command = { type = domestic which = mercantilism value = 1 }
            command = { type = relation which = U18 value = -25 }
		command = { type = stability value = -1 }
            }
}
